8 Robustly Optimal ActionΒΆ

from src.plot import plot_simulatedpath_full2, plot_simulatedpath_uncer_decomp2

graph_title = "Figure 11: R&D Investment as Percentage of GDP"
plot_simulatedpath_full2(graph_type="RD_Plot", graph_title = graph_title, yaxis_label="%", graph_range=[0,10], before15=True)
from src.plot import plot_simulatedpath_full2, plot_simulatedpath_uncer_decomp2


graph_title = "Figure 11: R&D Investment as Percentage of GDP"
plot_simulatedpath_uncer_decomp2(graph_type="RD_Plot", graph_title = graph_title, yaxis_label="%", graph_range=[0,6], before15=True)
from src.plot import plot_simulatedpath_full2, plot_simulatedpath_uncer_decomp2


graph_title = "Figure 12: Emissions"
plot_simulatedpath_full2(graph_type="e", graph_title = graph_title, yaxis_label="", graph_range=[6,16], before15=True)
from src.plot import plot_simulatedpath_full2, plot_simulatedpath_uncer_decomp2

graph_title = "Figure 12: Emissions"
plot_simulatedpath_uncer_decomp2(graph_type="e", graph_title = graph_title, yaxis_label="", graph_range=[6,16], before15=True)